home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 January / Gamestar_80_2006-01_dvd.iso / DVDStar / Akce / SWAT4 / lvl13_setup.exe / {app} / Level-13,1.bat next >
DOS Batch File  |  2005-10-29  |  451b  |  20 lines

  1. @echo off
  2.  
  3. REM Tell the user that we are running the mod
  4.  
  5. echo Level-13
  6. echo Created by 'desmasic' (Nikhil Sharma)
  7. echo Email  : desmasic@gmail.com
  8. echo Website: http://desmasic.samods.org
  9.  
  10. REM Run Swat4.exe from inside Level-13\System, so that the
  11. REM game uses the mod's initialisation files and settings
  12.  
  13. cd .\System\
  14.  
  15. ..\..\Content\System\Swat4.exe -nointro
  16.  
  17. REM Tell the user that the game has exited
  18.  
  19. echo Level-13 has exited
  20.